home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / ActiveShareware / vcdimager / source.lha / Makefile < prev   
Encoding:
Makefile  |  2001-06-30  |  12.1 KB  |  411 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  3.  
  4. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13.  
  14.  
  15. SHELL = /bin/sh
  16.  
  17. srcdir = .
  18. top_srcdir = .
  19. prefix = /usr/local
  20. exec_prefix = ${prefix}
  21.  
  22. bindir = ${exec_prefix}/bin
  23. sbindir = ${exec_prefix}/sbin
  24. libexecdir = ${exec_prefix}/libexec
  25. datadir = ${prefix}/share
  26. sysconfdir = ${prefix}/etc
  27. sharedstatedir = ${prefix}/com
  28. localstatedir = ${prefix}/var
  29. libdir = ${exec_prefix}/lib
  30. infodir = ${prefix}/info
  31. mandir = ${prefix}/man
  32. includedir = ${prefix}/include
  33. oldincludedir = /usr/include
  34.  
  35. DESTDIR =
  36.  
  37. pkgdatadir = $(datadir)/vcdimager
  38. pkglibdir = $(libdir)/vcdimager
  39. pkgincludedir = $(includedir)/vcdimager
  40.  
  41. top_builddir = .
  42.  
  43. ACLOCAL = aclocal -I frontends/gnome/macros
  44. AUTOCONF = autoconf
  45. AUTOMAKE = automake
  46. AUTOHEADER = autoheader
  47.  
  48. INSTALL = /usr/bin/install -c
  49. INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
  50. INSTALL_DATA = ${INSTALL} -m 644
  51. INSTALL_SCRIPT = ${INSTALL_PROGRAM}
  52. transform = s,x,x,
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. host_alias = powerpc-unknown-linux-gnu
  61. host_triplet = powerpc-unknown-linux-gnu
  62. AS = @AS@
  63. CC = ppc-amigaos-gcc -warpup -V2.95.2 -mcpu=604e
  64. CPP = ppc-amigaos-gcc -warpup -V2.95.2 -mcpu=604e
  65. CXX = 
  66. DLLTOOL = @DLLTOOL@
  67. GNOMEGNORBA_LIBS = 
  68. GNOMEMM_CFLAGS = 
  69. GNOMEMM_LIBS = 
  70. GNOMEUI_LIBS = 
  71. GNOME_APPLETS_LIBS = 
  72. GNOME_CAPPLET_LIBS = 
  73. GNOME_CONFIG = 
  74. GNOME_DOCKLETS_LIBS = 
  75. GNOME_INCLUDEDIR = 
  76. GNOME_LIBDIR = 
  77. GNOME_LIBS = 
  78. GNORBA_CFLAGS = 
  79. GNORBA_LIBS = 
  80. GTKXMHTML_LIBS = 
  81. GTK_CFLAGS = 
  82. GTK_CONFIG = 
  83. GTK_LIBS = 
  84. LIBGLADE_CFLAGS = 
  85. LIBGLADE_CONFIG = 
  86. LIBGLADE_LIBS = 
  87. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  88. LIBVCD_CFLAGS = -I$(top_srcdir)/libvcd/
  89. LIBVCD_LIBS = $(top_builddir)/libvcd/libvcd.a
  90. LN_S = ln -s
  91. MAINT = #
  92. MAKEINFO = makeinfo
  93. OBJDUMP = @OBJDUMP@
  94. ORBIT_CFLAGS = 
  95. ORBIT_CONFIG = 
  96. ORBIT_IDL = 
  97. ORBIT_LIBS = 
  98. PACKAGE = vcdimager
  99. PACKAGE_PIXMAPS_DIR = 
  100. POPT_LIBS = 
  101. PTHREAD_LIB = 
  102. RANLIB = ranlib
  103. VERSION = 0.6.2
  104. XPM_LIBS = 
  105. ZVT_LIBS = 
  106. cflags_set = yes
  107. cxxflags_set = @cxxflags_set@
  108.  
  109. SUBDIRS = libvcd frontends 
  110.  
  111. EXTRA_DIST = BUGS FAQ cygwin-dist.sh debian
  112. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  113. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  114. CONFIG_HEADER = config.h
  115. CONFIG_CLEAN_FILES =  vcdimager.spec
  116. DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
  117. Makefile.am Makefile.in NEWS THANKS TODO aclocal.m4 config.guess \
  118. config.h.in config.sub configure configure.in install-sh ltconfig \
  119. ltmain.sh missing mkinstalldirs vcdimager.spec.in
  120.  
  121.  
  122. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  123.  
  124. TAR = gtar
  125. GZIP_ENV = --best
  126. all: all-redirect
  127. .SUFFIXES:
  128. $(srcdir)/Makefile.in: # Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  129.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
  130.  
  131. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  132.     cd $(top_builddir) \
  133.       && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  134.  
  135. $(ACLOCAL_M4): # configure.in 
  136.     cd $(srcdir) && $(ACLOCAL)
  137.  
  138. config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  139.     $(SHELL) ./config.status --recheck
  140. $(srcdir)/configure: #$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  141.     cd $(srcdir) && $(AUTOCONF)
  142.  
  143. config.h: stamp-h
  144.     @if test ! -f $@; then \
  145.         rm -f stamp-h; \
  146.         $(MAKE) stamp-h; \
  147.     else :; fi
  148. stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
  149.     cd $(top_builddir) \
  150.       && CONFIG_FILES= CONFIG_HEADERS=config.h \
  151.          $(SHELL) ./config.status
  152.     @echo timestamp > stamp-h 2> /dev/null
  153. $(srcdir)/config.h.in: #$(srcdir)/stamp-h.in
  154.     @if test ! -f $@; then \
  155.         rm -f $(srcdir)/stamp-h.in; \
  156.         $(MAKE) $(srcdir)/stamp-h.in; \
  157.     else :; fi
  158. $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  159.     cd $(top_srcdir) && $(AUTOHEADER)
  160.     @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
  161.  
  162. mostlyclean-hdr:
  163.  
  164. clean-hdr:
  165.  
  166. distclean-hdr:
  167.     -rm -f config.h
  168.  
  169. maintainer-clean-hdr:
  170. vcdimager.spec: $(top_builddir)/config.status vcdimager.spec.in
  171.     cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  172.  
  173. # This directory's subdirectories are mostly independent; you can cd
  174. # into them and run `make' without going through this Makefile.
  175. # To change the values of `make' variables: instead of editing Makefiles,
  176. # (1) if the variable is set in `config.status', edit `config.status'
  177. #     (which will cause the Makefiles to be regenerated when you run `make');
  178. # (2) otherwise, pass the desired values on the `make' command line.
  179.  
  180.  
  181.  
  182. all-recursive install-data-recursive install-exec-recursive \
  183. installdirs-recursive install-recursive uninstall-recursive  \
  184. check-recursive installcheck-recursive info-recursive dvi-recursive:
  185.     @set fnord $(MAKEFLAGS); amf=$$2; \
  186.     dot_seen=no; \
  187.     target=`echo $@ | sed s/-recursive//`; \
  188.     list='$(SUBDIRS)'; for subdir in $$list; do \
  189.       echo "Making $$target in $$subdir"; \
  190.       if test "$$subdir" = "."; then \
  191.         dot_seen=yes; \
  192.         local_target="$$target-am"; \
  193.       else \
  194.         local_target="$$target"; \
  195.       fi; \
  196.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  197.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  198.     done; \
  199.     if test "$$dot_seen" = "no"; then \
  200.       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  201.     fi; test -z "$$fail"
  202.  
  203. mostlyclean-recursive clean-recursive distclean-recursive \
  204. maintainer-clean-recursive:
  205.     @set fnord $(MAKEFLAGS); amf=$$2; \
  206.     dot_seen=no; \
  207.     rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  208.       rev="$$subdir $$rev"; \
  209.       test "$$subdir" = "." && dot_seen=yes; \
  210.     done; \
  211.     test "$$dot_seen" = "no" && rev=". $$rev"; \
  212.     target=`echo $@ | sed s/-recursive//`; \
  213.     for subdir in $$rev; do \
  214.       echo "Making $$target in $$subdir"; \
  215.       if test "$$subdir" = "."; then \
  216.         local_target="$$target-am"; \
  217.       else \
  218.         local_target="$$target"; \
  219.       fi; \
  220.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  221.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  222.     done && test -z "$$fail"
  223. tags-recursive:
  224.     list='$(SUBDIRS)'; for subdir in $$list; do \
  225.       test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  226.     done
  227.  
  228. tags: TAGS
  229.  
  230. ID: $(HEADERS) $(SOURCES) $(LISP)
  231.     list='$(SOURCES) $(HEADERS)'; \
  232.     unique=`for i in $$list; do echo $$i; done | \
  233.       awk '    { files[$$0] = 1; } \
  234.            END { for (i in files) print i; }'`; \
  235.     here=`pwd` && cd $(srcdir) \
  236.       && mkid -f$$here/ID $$unique $(LISP)
  237.  
  238. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
  239.     tags=; \
  240.     here=`pwd`; \
  241.     list='$(SUBDIRS)'; for subdir in $$list; do \
  242.    if test "$$subdir" = .; then :; else \
  243.         test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  244.    fi; \
  245.     done; \
  246.     list='$(SOURCES) $(HEADERS)'; \
  247.     unique=`for i in $$list; do echo $$i; done | \
  248.       awk '    { files[$$0] = 1; } \
  249.            END { for (i in files) print i; }'`; \
  250.     test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
  251.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
  252.  
  253. mostlyclean-tags:
  254.  
  255. clean-tags:
  256.  
  257. distclean-tags:
  258.     -rm -f TAGS ID
  259.  
  260. maintainer-clean-tags:
  261.  
  262. distdir = $(PACKAGE)-$(VERSION)
  263. top_distdir = $(distdir)
  264.  
  265. # This target untars the dist file and tries a VPATH configuration.  Then
  266. # it guarantees that the distribution is self-contained by making another
  267. # tarfile.
  268. distcheck: dist
  269.     -rm -rf $(distdir)
  270.     GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  271.     mkdir $(distdir)/=build
  272.     mkdir $(distdir)/=inst
  273.     dc_install_base=`cd $(distdir)/=inst && pwd`; \
  274.     cd $(distdir)/=build \
  275.       && ../configure --srcdir=.. --prefix=$$dc_install_base \
  276.       && $(MAKE) $(AM_MAKEFLAGS) \
  277.       && $(MAKE) $(AM_MAKEFLAGS) dvi \
  278.       && $(MAKE) $(AM_MAKEFLAGS) check \
  279.       && $(MAKE) $(AM_MAKEFLAGS) install \
  280.       && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  281.       && $(MAKE) $(AM_MAKEFLAGS) dist
  282.     -rm -rf $(distdir)
  283.     @banner="$(distdir).tar.gz is ready for distribution"; \
  284.     dashes=`echo "$$banner" | sed s/./=/g`; \
  285.     echo "$$dashes"; \
  286.     echo "$$banner"; \
  287.     echo "$$dashes"
  288. dist: distdir
  289.     -chmod -R a+r $(distdir)
  290.     GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  291.     -rm -rf $(distdir)
  292. dist-all: distdir
  293.     -chmod -R a+r $(distdir)
  294.     GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  295.     -rm -rf $(distdir)
  296. distdir: $(DISTFILES)
  297.     -rm -rf $(distdir)
  298.     mkdir $(distdir)
  299.     -chmod 777 $(distdir)
  300.     @for file in $(DISTFILES); do \
  301.       d=$(srcdir); \
  302.       if test -d $$d/$$file; then \
  303.         cp -pr $$d/$$file $(distdir)/$$file; \
  304.       else \
  305.         test -f $(distdir)/$$file \
  306.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  307.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  308.       fi; \
  309.     done
  310.     for subdir in $(SUBDIRS); do \
  311.       if test "$$subdir" = .; then :; else \
  312.         test -d $(distdir)/$$subdir \
  313.         || mkdir $(distdir)/$$subdir \
  314.         || exit 1; \
  315.         chmod 777 $(distdir)/$$subdir; \
  316.         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
  317.           || exit 1; \
  318.       fi; \
  319.     done
  320.     $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
  321. info-am:
  322. info: info-recursive
  323. dvi-am:
  324. dvi: dvi-recursive
  325. check-am: all-am
  326. check: check-recursive
  327. installcheck-am:
  328. installcheck: installcheck-recursive
  329. all-recursive-am: config.h
  330.     $(MAKE) $(AM_MAKEFLAGS) all-recursive
  331.  
  332. install-exec-am:
  333. install-exec: install-exec-recursive
  334.  
  335. install-data-am:
  336. install-data: install-data-recursive
  337.  
  338. install-am: all-am
  339.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  340. install: install-recursive
  341. uninstall-am:
  342. uninstall: uninstall-recursive
  343. all-am: Makefile config.h
  344. all-redirect: all-recursive-am
  345. install-strip:
  346.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  347. installdirs: installdirs-recursive
  348. installdirs-am:
  349.  
  350.  
  351. mostlyclean-generic:
  352.  
  353. clean-generic:
  354.  
  355. distclean-generic:
  356.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  357.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  358.  
  359. maintainer-clean-generic:
  360. mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
  361.  
  362. mostlyclean: mostlyclean-recursive
  363.  
  364. clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
  365.  
  366. clean: clean-recursive
  367.  
  368. distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
  369.     -rm -f libtool
  370.  
  371. distclean: distclean-recursive
  372.     -rm -f config.status
  373.  
  374. maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
  375.         maintainer-clean-generic distclean-am
  376.     @echo "This command is intended for maintainers to use;"
  377.     @echo "it deletes files that may require special tools to rebuild."
  378.  
  379. maintainer-clean: maintainer-clean-recursive
  380.     -rm -f config.status
  381.  
  382. .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
  383. install-data-recursive uninstall-data-recursive install-exec-recursive \
  384. uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
  385. all-recursive check-recursive installcheck-recursive info-recursive \
  386. dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
  387. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  388. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  389. dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
  390. install-exec-am install-exec install-data-am install-data install-am \
  391. install uninstall-am uninstall all-redirect all-am all installdirs-am \
  392. installdirs mostlyclean-generic distclean-generic clean-generic \
  393. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  394.  
  395.  
  396. dist-hook: vcdimager.spec
  397.     cp vcdimager.spec $(distdir)
  398.     find $(distdir) -name 'CVS' -type d | xargs rm -vrf
  399.     find $(distdir) -name '*~' -type f | xargs rm -vf
  400.     find $(distdir) -name '.cvsignore' -type f | xargs rm -vf
  401.  
  402. snapshot:
  403.     $(MAKE) dist distdir=$(PACKAGE)-$(VERSION)-`date +"%Y%m%d"`
  404.  
  405. cygwin-dist:
  406.     ./cygwin-dist.sh $(VERSION)
  407.  
  408. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  409. # Otherwise a system limit (for SysV at least) may be exceeded.
  410. .NOEXPORT:
  411.